home *** CD-ROM | disk | FTP | other *** search
/ IO CD February 1999 / IO_LUTY_99.ISO / DODATKI / Brood War / GREETBOT.ZIP / README.TXT < prev   
Text File  |  1998-03-31  |  1KB  |  27 lines

  1.  
  2.                             GREETBOT README.TXT
  3.  
  4. This is the source for a sample Battle.net bot which uses the experimental
  5. text mode gateway. This new gateway to Battle.net is designed to allow
  6. web servers, bots, and other automata to access Battle.net without
  7. using a game client such as StarCraft.
  8.  
  9. NOTE: IF THIS EXPERIMENTAL GATEWAY IS ABUSED, IT WILL BE REMOVED!
  10.  
  11. The bot, called GreetBot, is extremely rudimentary. It does nothing but
  12. hang out in a channel and greet people by name as they enter. It's based
  13. on a "Bot Framework" class, BnBot, which is similar in concept to the MFC
  14. classes generated by VC++'s App Wizard. The BnBot class contains the basic
  15. functionality to connect to Battle.net, reconnect if its connection is lost,
  16. join a "home" channel, and dispatch events such as users joining or leaving
  17. the current channel. To create your own bot, you can derive a new class from
  18. the BnBot base class, and override the event handlers that you need.
  19.  
  20. The code was developed using Visual C++ v5.0; the Dev Studio project file
  21. is included. It should compile with other compilers, including UNIX, with
  22. only minimal changes.
  23.  
  24. This code is provided as-is with no express or implied warranties of any kind.
  25. Have fun with it, but don't even dream of bugging us for support. ;-)
  26.  
  27.